-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy to Production #3094
Deploy to Production #3094
Conversation
* Add taxa seeds * Reapply "Add classifications collection to api" This reverts commit 5d3aed2. * Fix upsert mutations * Fix classification editor tests * Update components * Move to correct folder * Fix mutations handling of relationships * Update client side query variables * Undo debug comments * Update generated code * temporary silence warning * Update playwright login util to allow mocking local storage session * migrate classifications test * Update test * Update tests to use new login fixture * Fix tests * convert gatsby api functions to netlify functions * use netlify static server instead * Update redirect rules * add env variables now that functions are served by local netlify cli * migrate api/graphql tests to playwright * Migrate tests and function * Migrate tests and function * Migrate tests and function * Skip data dependant test * Prevent login util from dropping users database * WIP * Fix custom data mocking * check for window to fix crash on build time * Migrate csettool * Fix tests * Make it easier to debug playwright on ci * Fix wrong query * Fix tests * Use more verbose reporter * auto restart webserver on crash * accept npx * Fix test * Fix test * Fix test * Remove confusing folder * Add clarifying comment back * Fix test * Fix test * Add a local readme to the gatsby app * Add notice to readme * This is an empty commit * Add retries * Add netlify as local dep * Add lookup index cache to git ignore * Add short descriptions to readme variables * update lockfile * Fix typo
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3094 +/- ##
==========================================
- Coverage 83.75% 81.68% -2.08%
==========================================
Files 166 149 -17
Lines 13288 12531 -757
Branches 1478 1265 -213
==========================================
- Hits 11130 10236 -894
- Misses 1942 2050 +108
- Partials 216 245 +29 ☔ View full report in Codecov by Sentry. |
🚀 Deployed to Netlify! ✅ Build Log: 🔗 Preview URL: https://66e9e012f9e7c377062cd592--staging-aiid.netlify.app |
* Add apps/reports.cy to playwright * Add init
Before merging to production we have to make sure these are defined in Netlify:
secrets
tovars
#3093